How to Install containerd software package in Ubuntu 17.04 (Zesty Zapus)

How to Install containerd software package in Ubuntu 17.04 (Zesty Zapus)

containerd software package provides daemon to control runC, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install containerd 

containerd is installed in your system.

Make ensure the containerd package were installed using the commands given below,

$ sudo dpkg-query -l | grep containerd *

You will get with containerd package name, version, architecture and description in a table

containerd package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Administration Utilities
Package containerd
Version 0.2.3-0ubuntu1
Description daemon to control runC
Sub Section Admin


See Also, How to uninstall or remove containerd software package from Ubuntu 17.04 (Zesty Zapus)?